home *** CD-ROM | disk | FTP | other *** search
- name Pratt & Witney Tapematic
-
- % 00
- / 00
- & 00
- N >4 ""
- X +->33 ;
- Y +->33 :
- Z C40 +->33 Z
- a 00 ""
- G 2
- I 2
- J 2
- F 2
-
- ModalLetters # List of letters that are modal
-
- ModalGs 0 1 2 3 73 74 76 80 81 82 83 84 85 # List of g codes that are modal
-
- Sequence#s N 0 1 1 # Char, freq, incr & start
- First#? N # Y or N 'Output 1st sequence no.
- Last#? N # Y or N 'Output last sequence no.
-
- HCode X # X or X U 'Horizontal char.
- VCode Y # Y or Y V 'Vertical char.
- # Depth char.
- FeedCode F # Feed rate char.
-
- Comment ( ) # Begin End comment char.
-
- Spindle 3 4 5 # Cw, ccw & stop m codes
- Coolant 8 9 7 # On, Off & Mist m codes
- DComp 41 42 40 # Left, Right & Cancel m codes
- LComp 43 49 # On & Off codes
-
- Feed G1 # Linear move
- Rapid G0 # Rapid positioning word
- Cw G2 # Circular move clockwise
- Ccw G3 # Circular move counter clockwise
-
- Inc/Abs G 91 90 # Inc & Abs char. & values
-
- Work G # Work offset register
-
- CtrCode I J # I J or R or I J K L
- Helical? N
-
- Spaces? Y # Y or N 'Spaces between words
-
- Incremental? N # Y or N 'Inc or abs output
- CtrIncremental? Y # Y or N 'Inc or abs I & J
- ByQuadrants? N # Y or N 'Break arcs at quadrants
-
- UppercaseComments? Y # Y or N 'Require uppercase comments
-
- Drill # Drilling canned/manual cycle
- N[Block] X[H] Y[V]
- end
-
- Peck # Pecking canned/manual cycle
- N[Block] X[H] Y[V]
- end
-
- Tap # Tapping canned/manual cycle
- N[Block] X[H] Y[V]
- end
-
- LTap # Left handed tapping cycle
- N[Block] X[H] Y[V]
- end
-
- Ream # Reaming canned/manual cycle
- N[Block] X[H] Y[V]
- end
-
- Bore # Boring canned/manual cycle
- N[Block] X[H] Y[V]
- end
-
- Back # Back boring canned/manual cycle
- N[Block] X[H] Y[V]
- end
-
- Cancel # Cancel a canned/manual cycle
- G80
- end
-
- StartCode # Start of the program
- %0 N0 X0 Y0
- End
-
- 1stToolChange # First tool change
- %0 N[Block] X[H] Y[V]
- End
-
- ToolChange # Secondary tool changes
- &0 X7 Y7
- End
-
- EndCode # End of the program
- &0 /0 X7 Y7
- End
-
- LineCode # Linear move
- N[Block] X[H] Y[V]
- end
-
- RapidCode # Rapid move
- a0 X[H] Y[V]
- end
-
-
- Replace ";" with ";"
- Replace ":" with ";"
-